library(tidyverse)
library(readxl)
library(ggforce)
library(knitr)
library(forcats)
| Group | Name | P_ID | wOBA | MPH |
|---|---|---|---|---|
| Bad | Brad Keller | 641745 | 0.337 | 94.5 |
| Bad | Jose Berrios | 621244 | 0.350 | 94.0 |
| Bad | Josiah Gray | 680686 | 0.350 | 94.4 |
| Decent | Luis Garcia | 677651 | 0.295 | 94.0 |
| Decent | Pablo Lopez | 641154 | 0.305 | 93.5 |
| Decent | Jameson Taillon | 592791 | 0.308 | 94.1 |
| Great | Zac Gallen | 668678 | 0.250 | 94.1 |
| Great | Max Scherzer | 453286 | 0.254 | 94.0 |
| Great | Alek Manoah | 666201 | 0.261 | 93.9 |